home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat3 / end.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  862 b   |  25 lines

  1.  
  2. END(3)                     UNIX Programmer's Manual                     END(3)
  3.  
  4. NNAAMMEE
  5.      eenndd, eetteexxtt, eeddaattaa - end boundaries of image segments
  6.  
  7. SSYYNNOOPPSSIISS
  8.      _e_x_t_e_r_n _e_n_d_;
  9.      _e_x_t_e_r_n _e_t_e_x_t_;
  10.      _e_x_t_e_r_n _e_d_a_t_a_;
  11.  
  12. DDEESSCCRRIIPPTTIIOONN
  13.      The global variables _e_n_d, _e_t_e_x_t and _e_d_a_t_a correspond to the the next ad-
  14.      dress following the end of the text segment, the initialized data segment
  15.      and the end of the data segment (BSS). These values are initially set at
  16.      execution time by brk(2).
  17.  
  18. SSEEEE AALLSSOO
  19.      brk(2),  malloc(3)
  20.  
  21. HHIISSTTOORRYY
  22.      A eenndd manual appeared in Version 6 AT&T UNIX.
  23.  
  24. BSD Experimental               January 24, 1994                              1
  25.